date_current_datetime();
返回: Real(实数)
根据当前时间返回日期时间值。返回的时间基于系统的默认时区 (即: 本地时间)。你可以使用 <a1><t2>date_set_timezone()</t2></a1>来更改时区。
myhour =
date_get_hour(date_current_datetime());
myday = date_get_day(date_current_datetime());
此函数将会把 myhour 设为当前时间的小时数,将myday设为当前时间的天数。